home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / ataribin / read.me < prev    next >
Encoding:
Text File  |  1994-06-19  |  4.0 KB  |  112 lines

  1. This files contains informations about ATARI Linux 0.01 pl3
  2.  
  3.  
  4. It took a long time to come from pl2 to pl3 because there were so
  5. many things to do but now I think ATARI Linux is at a point where one
  6. could really work with it and not just see how the messages on the screen
  7. come up.
  8. This version is based on several versions of Linux (68k). For further 
  9. information see "ANNOUNCE".
  10.  
  11. This file wants to give you a few hints how to come to a working Linux.
  12.  
  13. The hardware you need to compile Linux.
  14.   -Which hardware you use to compile Linux is not important
  15.    because you only need a m68k-cross-gcc.
  16.    
  17. The Software you need to compile Linux.
  18.   -When using an ATARI to compile Linux you need the following Software
  19.      -gnu c compiler (needn't be cross)
  20.      -MinTLibs (pl44)
  21.      -cross stuff which is included in this package (tools/atari)
  22.      -MinT/MTOS
  23.      -MinixFs (0.06 pl10)
  24.      -Gemini 2(1.99)
  25.      
  26.   -Otherwise you need a cross gcc package for you computer which allows
  27.    you to compile m68k programs.
  28.    
  29. The Hardware you need to run ATARI Linux on.
  30.   -You need a TT or Falcon030 with at least 4 Megs of ST ram or even more
  31.    Your TT-Ram is supported.
  32.    
  33.  
  34.  
  35. How to compile Linux.
  36.  In case you have a working gcc you'll have to do the following:
  37.   -Change 'Makevars' to your wish and remember to put the unix-ar,-ld,-nm
  38.    instead of the normal ones. 
  39.   -In tools/atari/Makefile you'll have to set the 'lib' and 'include' -path
  40.    for the MintLibs and now you musn't use the unix-cross stuff but the
  41.    atari gcc stuff to be able to build an executeable bootstrap.
  42.   -then just start the make in your linux directroy.
  43.   
  44.  
  45. How to use Linux ?
  46.   -For the first time you should just start the bootstrap without
  47.    any commandline.
  48.    The Linux Kernel should now give information about itself and
  49.    the connected devices you own (SCSI,IDE,Floppy)
  50.    The partition check which should come up then will show you
  51.    which partitions are available.
  52.    The partitions are no longer coded as known before ('A'-'Z')
  53.    There is a special code:
  54.    SCSI device 0  -->   sda
  55.    SCSI device 1  -->   sdb
  56.                .
  57.                .
  58.                .
  59.    SCSI device 7  -->   sdh            
  60.    IDE  device 0  -->   hda
  61.    IDE  device 1  -->   hdb
  62.    These codes are followed by the partition number.
  63.    Example :  hda6   is partition 'f' of IDE device 0 !
  64.    
  65.    So my partition check looks like this :
  66.    "Partition check:"
  67.    "hda1 hda2 hda3 hda4 hda5 hda6"
  68.    
  69.    This means that my IDE device 0 owns 6 partitions.
  70.    Supportet are all kind of ATARI-Partitions(GEM,BGM ...)
  71.    
  72.    
  73.   -You need to have a ramdisk image for Linux 68k (should be available
  74.    via ftp or different BBS) and start the bootstrap
  75.    
  76.    bootstrap -r filesys.img
  77.    
  78.    The Linux Kernel will now use the ramdisk as bootdevice and starts
  79.    up the system and the shell . From this point everything runs as
  80.    an usual UNIX(Linux) system . Depending on the ramdisk image you
  81.    use you can initialize partitions.Example
  82.    
  83.    minit.minix /dev/hda6 6201 
  84.    
  85.    This initializes Partition 'h' of the first IDE device where the
  86.    6201 is the number of blocks your partition has. 
  87.     (num_blks * 1024 = bytes on device)
  88.     
  89.    After copying all important files to your device you can allready
  90.    boot from it.
  91.    
  92.    bootstrap root=/dev/hda6
  93.    
  94.    This will now boot the device hda6 (Part 'f' of first IDE drive)
  95.    
  96.    Remember that a partition which is initialized under Linux cannot
  97.    be read from TOS except when it is a Minix Filesys and you use MTOS and
  98.    MinixFs.
  99.    
  100.    To get further information about the usage of an Unix system you should
  101.    try to find a book about Unix.
  102.    
  103.  
  104. How to contact developers of ATARI Linux 68k ?
  105.  
  106.    We are available via email using the following addresses:
  107.    
  108.    Bjoern Brauel @ WI2    | This is a MausNet adress but available in internet
  109.    Roman Hodek @ N        | This is a MausNet adress but available in internet
  110.    Robert H. de Vries  -- robert@koekamp.and.nl
  111.    
  112.